-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add pre-mine create commands #6432
feat: add pre-mine create commands #6432
Conversation
Test Results (CI) 3 files 123 suites 39m 55s ⏱️ For more details on these failures, see this check. Results for commit 8fdb9fd. ♻️ This comment has been updated with latest results. |
Test Results (Integration tests)35 tests 35 ✅ 15m 8s ⏱️ Results for commit 8fdb9fd. ♻️ This comment has been updated with latest results. |
faa583b
to
9c5500f
Compare
9c5500f
to
0b40266
Compare
82f2b63
to
5717c6e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
ffa6ceb
to
d79fa5b
Compare
6e995f5
to
4c67010
Compare
Added pre-mine creation command-line commands for the creation ceremony and support within the ledger application.
4c67010
to
4ab0fef
Compare
4ab0fef
to
8fdb9fd
Compare
Description
Added pre-mine creation command-line commands for the creation ceremony and support within the ledger application.
Motivation and Context
To support pre-mine.
How Has This Been Tested?
System-level testing with 4 ledger wallets and 1 software wallet.
Note: End-to-end spending can only be tested once a new pre-mine file has been generated.
Commands to wallets:
Console outputs step 1 (wallet 1):
Console outputs step 2 (wallet 5):
Console outputs step 3 (wallet 1):
What process can a PR reviewer use to test or verify this change?
Code review.
System-level testing.
Breaking Changes